const github.com/google/uuid.randPoolSize

5 uses

	github.com/google/uuid (current package)
		uuid.go#L37: const randPoolSize = 16 * 16
		uuid.go#L43: 	poolPos     = randPoolSize     // protected with poolMu
		uuid.go#L44: 	pool        [randPoolSize]byte // protected with poolMu
		uuid.go#L352: 	poolPos = randPoolSize
		version4.go#L61: 	if poolPos == randPoolSize {